Welcome![Sign In][Sign Up]
Location:
Search - MFC Grid

Search list

[ListView/ListBoxMFCGridCtrl

Description: 用MFC写的grid控件,支持变色、图形等等很多功能。-written with MFC grid control and support of color, graphics, etc. Many functional.
Platform: | Size: 96256 | Author: hy | Hits:

[GUI Developgridctrl_demo224

Description: 一个使用VC设计的非常不错的网格控件,理解了它的设计原理,你就掌握了VC!-use of a VC designed very good grid control, understanding of its design principle, you mastered the VC!
Platform: | Size: 1682432 | Author: gjh | Hits:

[ListView/ListBoxgridctrl_demo225

Description: MFC Grid Control 2.25源代码和Demo用例程序,支持VC6和VS2003。 MFC Grid Control是一款优秀的二维表格控件,每个单元格支持只读编辑框、检查框、日期时间控件、组合框等数据输入类型,还可以自己扩展需要的数据输入类型,此表格控件可以在VC开发的工程中直接使用. -MFC Grid Control 2.25 source code and Demo Example procedures used to support VC6 and VS2003. MFC Grid Control is a good control of two-dimensional form, each cell to support the read-only edit box, check box, date time controls, combo box, such as data input types, but also the need to expand their data entry type, this form control VC developed in direct use projects.
Platform: | Size: 285696 | Author: lch | Hits:

[ListView/ListBoxgridctrl_merge

Description: 为MFC Grid Control增加合并单元格的功能,基于MFC Grid Control 2.24。提供改进后的MFC Grid Control源代码和用例程序,支持VC6。 Adding "Merge cells" support to the MFC GridControl MFC Grid Control是一款优秀的二维表格控件,每个单元格支持只读编辑框、检查框、日期时间控件、组合框等数据输入类型,还可以自己扩展需要的数据输入类型,此表格控件可以在VC开发的工程中直接使用. -For the MFC Grid Control to increase the combined functions of the cell, based on the MFC Grid Control 2.24. Provide improved MFC Grid Control Example source code and the procedures used to support VC6. Adding Merge cells support to the MFC GridControlMFC Grid Control is a good control of two-dimensional form, each cell to support the read-only edit box, check box, date time controls, combo box, such as data input types, but also to expand their own needs data input type, this form control can be developed in the VC direct use projects.
Platform: | Size: 311296 | Author: kmlch | Hits:

[VC/MFCshujuleixin

Description: Visual C++对数据库的支持 MFC 的ODBC编程过程 ODBC数据表更新 MFC的ODBC类 显示记录总数和当前记录号 编 辑 记 录 字 段 操 作 多 表 处 理 使用MSFlexGrid控件 RemoteData和DBGrid控件 使用ADO操作数据库-Visual C++ Database support MFC s ODBC programming ODBC data tables updated MFC s ODBC type shows the total number of records and current records of its field operations to edit records deal with the use of multi-table MSFlexGrid control RemoteData and DBGrid control to operate the database using ADO
Platform: | Size: 397312 | Author: 马刚 | Hits:

[Dialog_WindowGridCtrlDemo

Description: 本例详细的说明和介绍了MFC里的一个控件GRID32.ocx的详细应用。MFC自带的grid控件是无法编辑表格内容的,这个程序实现了可以编辑内容。-Detailed explanation in this case and introduced the MFC controls in a detailed application Grid32.ocx. MFC built-in grid form controls can not edit the content of this program can edit the content.
Platform: | Size: 1261568 | Author: | Hits:

[GUI DevelopmfcGridctrl

Description: MFCGridCtrl,很好用的网格控件,基于MFC4.2-MFCGridCtrl, very good control with the grid, based on the MFC4.2
Platform: | Size: 84992 | Author: daixiujie | Hits:

[GUI Developgridctrl_demo220

Description: Using comboboxes in the MFC Grid Control Since I posted my MFC grid control I ve had a lot of requests asking how to use other methods of editing cells in the grid. Ken Bertelson has taken this to the extreme, with his Grid Tree control. For some this was a little too involved, so I ve created a demo project that shows how to replace the default editing with a simple combo box. Previous methods of achieving this required that a new CGridCtrl derived class be created. With the new structure in the 2.X versions of CGridCtrl it s now a lot simpler. -Using comboboxes in the MFC Grid ControlSince I posted my MFC grid control I ve had a lot of requests asking how to use other methods of editing cells in the grid. Ken Bertelson has taken this to the extreme, with his Grid Tree control. For some this was a little too involved, so I ve created a demo project that shows how to replace the default editing with a simple combo box. Previous methods of achieving this required that a new CGridCtrl derived class be created. With the new structure in the 2 . X versions of CGridCtrl it s now a lot simpler.
Platform: | Size: 206848 | Author: mark | Hits:

[Button controlgridctrl_demo

Description: 为了便于学习grid控件,这个代码初学mfc时有用,如果是大牛就不用了-In order to facilitate the learning grid controls, this code mfc beginner useful, if it is large cattle do not have a
Platform: | Size: 29160448 | Author: gpeng | Hits:

[OpenGL programAContourLineForACassiniFunction

Description: 该程序是Cassini椭圆函数的等高线曲线,再VC++MFC环境下用OpenGL绘制,本程序采用的方法是利用插值法求得等高曲线和单元边线的交点,函数在50*50的单元栅格上采样。-The program is Cassini cnoidal contour curves, and then VC++ MFC with OpenGL rendering environment, the procedure adopted is to use obtained by interpolation contour curves and the intersection line unit, function in 50* 50 sampling grid on the unit.
Platform: | Size: 3548160 | Author: 蒋娟芬 | Hits:

[OpenGL programBSpline

Description: 本程序框架采用OpenGL+MFC SDI,其中B样条曲线曲面网格视图采用OpenGL绘制,基函数视图采用MFC GDI绘制。整个程序采用了MFC单文档、多视图类型。其中B样条相关的属性与操作都封装于BH_BSpline类。-This procedure used the framework OpenGL+ MFC SDI, one B-spline curves and surfaces using OpenGL view grid mapping, function-based view rendering using MFC GDI. MFC uses the whole process a single document, multi-view type. One B-spline associated with the operation of the properties are packaged in BH_BSpline category.
Platform: | Size: 790528 | Author: 杨平 | Hits:

[GUI DevelopDemoandSrc

Description: mfc下一个grid的实现,可以参照写出复杂的列表功能,作为示例提供-mfc realization of a grid, you can write with reference to the list of complex functions, as an example to provide
Platform: | Size: 13312 | Author: 零度水银 | Hits:

[GUI DevelopGRID_CTRL_VIEW

Description: 本程序介绍如何在文档/视窗模型中使用MFC网格控件。附带的源代码非常完整,是一个典型的例子。-This procedure describes how the document/window model using MFC grid control. Attached to the source code is very complete, is a typical example.
Platform: | Size: 177152 | Author: jayjay | Hits:

[GUI DevelopGridTreeBotton

Description: 树形 按钮 常用控件的应用实例 挺不错的-Tree control and Buttons for MFC Grid control
Platform: | Size: 144384 | Author: maweiqi | Hits:

[PropertySheetPropGrid

Description: Extending Visual Studio 2008 MFC Property Grid with new property type, like datetime picker
Platform: | Size: 72704 | Author: Gogu Melcu | Hits:

[Consolecpp_cli

Description: regarding grid ctrl implementation in MFC VC++.
Platform: | Size: 576512 | Author: hardik | Hits:

[ListView/ListBoxgridctrl_demo227

Description: MFC Grid control 2.27 Demo 新版本修补了内存泄漏,增加新的功能。-MFC Grid control 2.27 Demo hunting memory leaks, adding new features
Platform: | Size: 322560 | Author: xu zhi | Hits:

[ListView/ListBoxgridctrl227_src

Description: MFC Grid control 2.27 源码 新版本修补了内存泄漏,增加新的功能。-MFC Grid control 2.27 Source new version fixes a memory leak, adding new features.
Platform: | Size: 102400 | Author: xu zhi | Hits:

[Windows DevelopMFC.grid.code.choices

Description: MFC编程选择表格控件设计代码Design MFC grid control code programming choices -Design MFC grid control code programming choices
Platform: | Size: 35840 | Author: e | Hits:

[Software EngineeringMFC-Grid-control-2.27

Description: MFC Grid Control 2.27中英文对照说明文档CListCtrl已经在表格数据显示和编辑上推进到极限,之后为了开发一个专用的Grid控件,我开始着手写Grid控件,但为了节省 时间我决定修改Joe Willcoxson s的免费控件 WorldCom,你可以在以下站点 http://users.aol.com/chinajoe/wcmfclib.html 找到这个东西。为了让它能做我要做的事情,我分解了他的代码,并且重新修改。由于代码经过太多的修改,我甚至不能确信最终 是否还存在最初的代码。但无论如何,Joe的代码是一个大框架,而我只是在上面进行加工而已。-MFC Grid Control 2.27 English & Chinese Doc
Platform: | Size: 336896 | Author: raoyc2008 | Hits:
« 12 3 4 5 »

CodeBus www.codebus.net